-
Notifications
You must be signed in to change notification settings - Fork 459
Migrate 9 removed dictionaries #2294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
| @@ -0,0 +1,5 @@ | |||
| removals { | |||
| dictionary FontFaceDescriptors { | |||
| member variationSettings // Gecko-only as of 2022-10 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this seems to be in Blink now: https://issues.chromium.org/issues/40398871
|
I have opened a second PR for the FontFace |
inputfiles/patches/html.kdl
Outdated
| } | ||
|
|
||
| dictionary FocusOptions { | ||
| member focusVisible // Gecko only as of 2022-09 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in WebKit in 2024 and Blink a few weeks ago 👀 Want to have another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated it
inputfiles/patches/webcodecs.kdl
Outdated
|
|
||
| dictionary EncodedVideoChunkMetadata { | ||
| member alphaSideData // Blink only as of 2023-03 | ||
| member svc // Blink only as of 2023-03 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
svc is now in WebKit and Gecko too, another PR?
(This is why only a small size of patch is recommended)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have opened a pr. Sorry, I didn't think this PR was that large, lol. Lessons learned
Updated the alphaSideData member in EncodedVideoChunkMetadata to reflect a new date.
|
I have updated it @saschanaz |
No description provided.